home *** CD-ROM | disk | FTP | other *** search
/ Wonky Flux Batch 2019 02 / Wonky_Flux_Batch_2019-02.zip / Wonky Flux Batch 2019-02 / 075 - Clash of Arms.dsk / CLASH.INSTALL.txt < prev    next >
Text File  |  2019-02-17  |  6KB  |  157 lines

  1.                           Clash of Arms Sysop Info
  2.                          --------------------------
  3.  
  4.  
  5.      First of all, this software is Shareware.  You can try the game out on
  6. your system for a little while, and if you like the segs then please send in
  7. $10 (that's 10 bucks) to:
  8.  
  9.      Kenrick Mock
  10.      230 'A' St, Box #16
  11.      Davis, CA 95616
  12.  
  13.      Your cash will go not only go towards the well-being of the authors,
  14. but will enable us to write future versions, provide updates, fix any bugs
  15. that you may find, and answer any questions you may have.
  16.  
  17.                                    - - -
  18.  
  19.  
  20.       Okay, now that the preliminaries are out of the way, here is how you 
  21. install the sucker.
  22.  
  23.       There should be two packed ShrinkIt files accompanying the file you
  24. are reading now.  They are entitled:
  25.  
  26.    CLASH.ARMS.A - contains all the segs. Copy these to drive A:
  27.    ------------
  28.       The segs are:
  29.         WAR.START.S     - Startup File
  30.         WAR.HELP1.S     - Help documentation.  Must read these!
  31.         WAR.HELP2.S
  32.         WAR.SYSOP.SEG.S - Sysop stuff
  33.         WAR.MAIL.S      - An email seg
  34.         NEW.ARMY.S      - Handles placing new armies
  35.         NEW.ARMY2.S     - Same thing, but for VT100/PS callers
  36.         WAR.MOVE.S      - The main seg where you move on the map
  37.         WAR.MOVE2.S     - Same thing for VT100/PS Callers, with scrolling
  38.       and
  39.         SCROLL.DN       - A small external allowing reverse scrolling on
  40.                           the sysop end
  41.  
  42.         Copy ALL of the above files onto your A: drive.
  43.  
  44.         In the beginning of the WAR.START.S file is a line that says
  45.         'dr$="b:"'.  The default for the variable DR$ is drive B:. If you 
  46.         wish, you may change this to a more convenient drive.  We recommend
  47.         you set aside an entire subdirectory for Clash of Arms so that disk
  48.         access will go slightly faster.  See below for more details about DR$.
  49.  
  50.  
  51.      CLASH.ARMS.B - Contains miscellaneous files. Copy almost all of these to
  52.      ------------   drive DR$.  Default is B:.
  53.         
  54.         This packed file contains a whole bunch of text files I am not going
  55.         to list here.  As mentioned above, you can change DR$ to whatever you
  56.         wish by modifying the WAR.START.S segment.  
  57.  
  58.         Copy all of the files in this packed file to drive DR$ (default B:)
  59.         EXCEPT for the file
  60.                    
  61.                        WAR.MAIL
  62.  
  63.         INSTEAD, copy this binary file to drive G:.  
  64.  
  65.  
  66.     Finally, make sure that your H: drive is set to a ramdisk with at least
  67.     50 blocks free space.
  68.  
  69.  
  70.     Once all of the files have been copied to the proper drives, Clash of Arms
  71. is ready to go.  To start it, link to the file WAR.START.S.  An example is
  72. below:
  73.  
  74.  print "Game Seg"
  75.  print "1) Space War"
  76.  print "2) Clash of Arms.  Turn on Proterm Special, VT100, or ANSI now"
  77.  print "                   Turn your Status Bar OFF and Num Lock ON"
  78.  print
  79.  input a$
  80.  if a$="1" print "You don't want to play space war, play Clash of Arms isntead"
  81.  if a$="2" link "A:WAR.START"
  82.  
  83. I recommend you to put the message about turning off the status bar and turning
  84. on emulation.  Since the numeric keypad is used in the game, those with IBM's
  85. must turn their num lock on.
  86.  
  87.  
  88.                                    - - -
  89.  
  90.    Once you are in, type * to get to the Sysop Section.  The commands are
  91. self explanatory but I will briefly go over them.
  92.  
  93. C) Create game files.  This lets you manually set up a game by choosing the
  94.    players, instead of having them join the game themselves.  You never need
  95.    to use this.
  96.  
  97. F) Create/Reset files.  This lets you create four necessary files for Clash
  98.    of Arms, and YOU MUST USE THIS CREATE FOR ALL FOUR WHEN YOU FIRST SET UP THE
  99.    GAME!!!  Afterwards, you can reset parts of the game by recreating the
  100.    files.
  101.  
  102. S) Start game.  Games normally start automatically when 6 players have joined.
  103.    if six players are not available, you can start the game now using this
  104.    option.
  105.  
  106. A) Add news item.  You can add a brief 1-line message to all players entering
  107.    Clash of Arms.  After a week it will go away.  When players win or are
  108.    defeated, a brief message is automatically added to the news.
  109.  
  110. D) Delete Game.  This will delete a game and all players from it.
  111.  
  112.  
  113.  
  114.     Once you create the files, the game should be ready to go.  Read the
  115. doc file in the H)elp section for information about playing the game itself. 
  116.  
  117.  
  118. Miscellaneous Things:
  119. --------------------
  120.  
  121. Normally, a person can only play once per call.  If you want to let a player
  122. play again, hold down the open apple key while typing "P" to play.
  123.  
  124. You may create your own maps if you like. The file WAR.MAP1 contains the 
  125. actual topography and the player characters.  Feel free to create your own, 
  126. or to modify the map with a text editor, but use the following conventions:
  127.  
  128.    The map must be 79 X 46.
  129.    There must be a border of #'s on the top, bottom, and sides.
  130.    Do not put cities adjacent to each other.
  131.    Initially, there must be 4 armies for each player, and they must be on land.
  132.    Initially, all cities must be unclaimed.
  133.  
  134. You will get a better feel for what these restrictions are once you have
  135. played the game and gotten familiar with it.
  136.  
  137. Once you have created the WAR.MAP1 file, you must now create the WAR.MAP2 file.
  138. This file simply contains the number of armies in each square.  Load in the
  139. WAR.MAP1 file, and replace each character letter (a-f) with the number "1", 
  140. and save it back to disk as WAR.MAP2.
  141.  
  142.  
  143.  
  144.  
  145. That is about it for now....additional help and support can be given (for
  146. paid, registered users) at:
  147.  
  148. The Sound Barrier
  149. 916-758-9540
  150. 9600 Baud
  151.  
  152. and watch for future updates!
  153.  
  154.                 
  155.  
  156.                         Mach Three / Bob Noxious
  157.